That doesn't make sense.
And it causes issues, because when holding down the tab key, we
show/hide a lot of windows and cause a lot of map/unmap events that
stall the event pipeline.
* the typeahead find capabilities. */
if (gtk_widget_has_focus (GTK_WIDGET (tree_view))
&& tree_view->priv->enable_search
- && !tree_view->priv->search_custom_entry_set)
+ && !tree_view->priv->search_custom_entry_set
+ && !gtk_tree_view_search_key_cancels_search (event->keyval))
{
GdkEvent *new_event;
char *old_text;